- imageOrientation
- The orientation of the image. Get this value from the DICOM file.
- pixelSpacing
- The spacing between pixels. Get this value from the DICOM file.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub MemoryEfficientEnd( _ ByVal imageOrientation() As Single, _ ByVal pixelSpacing As Point2D _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim imageOrientation() As Single Dim pixelSpacing As Point2D instance.MemoryEfficientEnd(imageOrientation, pixelSpacing) |
C# | |
---|---|
public void MemoryEfficientEnd( float[] imageOrientation, Point2D pixelSpacing ) |
C++/CLI | |
---|---|
public: void MemoryEfficientEnd( array<float>^ imageOrientation, Point2D pixelSpacing ) |
Parameters
- imageOrientation
- The orientation of the image. Get this value from the DICOM file.
- pixelSpacing
- The spacing between pixels. Get this value from the DICOM file.
For an example, refer to Medical3DObject.
This method is used when a series of frames are sorted based on their image position coordinates.
- You must add the Medical3DObject to the Medical3DContainer before you can use this method. Refer to the Medical3DContainer.Objects collection.
- Initialize the efficient memory feature before using this method. To do so, use the MemoryEfficientInit method.
- Fill the object with image data using the MemoryEfficientSetFrame(RasterImage,Int32,Point3D,Boolean) method with the proper index before using this method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7